From: Glenn Morris Date: Thu, 3 Apr 2014 01:16:18 +0000 (-0400) Subject: * make-dist: Further update AC_INIT regexp. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1^2~5^2~23^2~3423^2~1816 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3a9e7a49deea49088a773c321e52185e922748d6;p=emacs.git * make-dist: Further update AC_INIT regexp. --- diff --git a/ChangeLog b/ChangeLog index 6612f178304..a9321a84dd8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2014-04-03 Glenn Morris + + * make-dist: Further update AC_INIT regexp. + 2014-04-02 Glenn Morris * configure.ac: Make the final "Does Emacs use Gsettings" message diff --git a/make-dist b/make-dist index 7e56a447bfa..16b90de239d 100755 --- a/make-dist +++ b/make-dist @@ -160,7 +160,7 @@ fi ### Find out which version of Emacs this is. version=` - sed -n 's/^AC_INIT(GNU Emacs,[ ]*\([^ )]*\).*/\1/p' &2